Skip to content

Commit

Permalink
fix(travis): Pin to trusty (#3347)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjbarton committed Jul 30, 2019
1 parent 62d4c5a commit 1c6c690
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ addons:
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3 # Give xvfb time to to start
- npm run init
- export $(openssl aes-256-cbc -pass env:CREDENTIALS_PASS -d -in credentials)
- echo "TRAVIS_COMMIT $TRAVIS_COMMIT"
Expand All @@ -43,3 +44,5 @@ before_script:

script:
- npm run travis

dist: trusty # Impacts this script, eg xvfb

0 comments on commit 1c6c690

Please sign in to comment.