Skip to content
This repository has been archived by the owner on May 22, 2018. It is now read-only.

Commit

Permalink
Use secure variables from the UI
Browse files Browse the repository at this point in the history
Updates the suite to use the secure environment variables from the UI
and ditch `--token` since we are using password auth.
  • Loading branch information
jacobbednarz committed Mar 3, 2018
1 parent 335304e commit 30e2876
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ osx_image: xcode9.3beta # 10.13
script:
- rm -rf /usr/local/Homebrew
- travis_wait 60 rvm implode --force
- ./script/boxen --no-fde --stealth --no-pull --debug --profile --login $BOXEN_GITHUB_LOGIN --token $BOXEN_GITHUB_TOKEN || test $? -eq 2
- ./script/boxen --no-fde --stealth --no-pull --debug --profile --login $BOXEN_GITHUB_LOGIN || test $? -eq 2
- source /opt/boxen/env.sh
- bundle exec rspec spec
before_install:
Expand All @@ -12,4 +12,3 @@ env:
global:
- HOMEBREW_NO_AUTO_UPDATE=1
- HOMEBREW_VERBOSE=1
- secure: HoCPuAgujmw+tdH7qq9bSymtpE8o4gpp1uYRyFin2TB3px2JdOPCPCb754vddmE12zhhKKSy1j0Uj/qeW6tjy9hIhlAjLAGFuT+mNTURqu4nmojCgKO2ApcRWc3yv319XR2vjUDW1qmEyKm7il4q1c/dOFmGbVYeDixjUUfWVII=

0 comments on commit 30e2876

Please sign in to comment.