Skip to content

Commit

Permalink
Merge pull request #174 from amtrack/chore/use-sfdx-plugin-auth-url
Browse files Browse the repository at this point in the history
chore(CI): use sfdx-plugin-auth-url for authorizing devhub
  • Loading branch information
amtrack authored Oct 3, 2019
2 parents 94dd973 + b9f7498 commit e21c0ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "12"
- '12'
jobs:
include:
- stage: test
Expand All @@ -11,8 +11,7 @@ jobs:
before_install:
- npm install -g yarn
before_script:
- echo "$SFDX_AUTH_URL" > /tmp/sfdxurl
- sfdx force:auth:sfdxurl:store -f /tmp/sfdxurl -a ci-devhub -d
- npx sfdx-plugin-auth-url auth-url:import -d -a ci-devhub "$SFDX_AUTH_URL"
script:
- sfdx force:org:create -f config/project-scratch-def.json -a ci-scratch-org -s
- npm run test:e2e
Expand Down

0 comments on commit e21c0ff

Please sign in to comment.