Skip to content

Commit

Permalink
updated travis token
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Jul 24, 2015
1 parent d159a78 commit 3ec92a0
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: php

env:
secure: XBAGfmNWb4KNyHPhPO2qaf2ZXB2DfnqVVXxJBKTiu4PFenyK+/iJOwcHGJdYcmaNvrJ7uhb42vJKglHNsKEU3dIIy167TIznj+ksm7UigOUuqql519B1nggnFdXqMJ4fzGQVR5bV9GfmrmY3eXlBNF0VH7dlC0oHbM3xOzZJsbo=
secure: "N51xNIgSMV36p8U6wdF3UweUMKN2R+pnyidUH6EO4RgE+5I5NugEOUfJdwolHinvubwM31oBCRFAyBL221cIw+XzxYe9SOIToonmuGW7wZcpYDAHSRtkUJNACTlPT1M3iH0H54lIPmVCh8/DEfrYHgNWBztMyg3YD512QTM45uc="

cache:
directories:
Expand All @@ -19,17 +19,11 @@ php:
- 5.6
- 7
- hhvm
- hhvm-nightly

matrix:
allow_failures:
- php: hhvm-nightly
fast_finish: true

before_script:
- composer config --global github-oauth.github.com $GITHUB_OAUTH_TOKEN
- composer config --global github-oauth.github.com $GITHUB_TRAVIS_TOKEN
- composer self-update --no-interaction --no-progress
- composer install --no-interaction --no-progress --prefer-dist
- composer install --no-interaction --no-progress --prefer-dist --profile -v

script:
- vendor/bin/phpunit

0 comments on commit 3ec92a0

Please sign in to comment.