Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.

Commit c20f42c

Browse files
committed
Merge pull request #4 from adamjmcgrath/chore/fix-build-for-prs
Fix build for PRs
2 parents 294550c + efab170 commit c20f42c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ language: node_js
33
node_js:
44
- '0.12'
55

6-
before_install:
7-
- openssl aes-256-cbc -K $encrypted_ed11b53bbeb9_key -iv $encrypted_ed11b53bbeb9_iv -in .travis/deploy_key.enc -out .travis/deploy_key -d
8-
96
deploy:
107
provider: npm
118
@@ -16,6 +13,7 @@ deploy:
1613
repo: adamjmcgrath/react-native-simple-auth
1714

1815
after_deploy:
16+
- openssl aes-256-cbc -K $encrypted_ed11b53bbeb9_key -iv $encrypted_ed11b53bbeb9_iv -in .travis/deploy_key.enc -out .travis/deploy_key -d
1917
- npm version --no-git-tag-version minor
2018
- git commit -am "Bump minor for next release [ci skip]"
2119
- chmod 600 .travis/deploy_key.pem

0 commit comments

Comments
 (0)