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

Commit

Permalink
Add CI user details
Browse files Browse the repository at this point in the history
This adds the CI login/token to allow it to connect to GitHub and give
it the correct permissions.
  • Loading branch information
jacobbednarz committed Jan 9, 2017
1 parent 8affe87 commit 57a1350
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
@@ -1,8 +1,11 @@
os:
- osx
- osx
rvm:
- 2.0.0
- 2.1.0
- 2.0.0
- 2.1.0
bundler_args: --local
script:
- ./script/boxen --no-fde --no-pull
- ./script/boxen --no-fde --no-pull
env:
- BOXEN_GITHUB_LOGIN: boxentestuser
- secure: B4JyOcid+Xr/MhPsbZCR5+1tkgwnhtDVyIFM9WB/caR3BVQQTdaKILNiJu4W3Bh9HRFtBAnzhOaCW1H+cH9/oGQboXvOxVR4u1vWm3hvR81zyWb5H04e7nLU1jh0IusoXKf7gEO6jUS0IO3S2fMmPabX5hi+dimJE2u/xF1bO20=

0 comments on commit 57a1350

Please sign in to comment.