Skip to content

Commit 1c6c690

Browse files
authoredJul 30, 2019
fix(travis): Pin to trusty (#3347)
1 parent 62d4c5a commit 1c6c690

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ addons:
3232
before_script:
3333
- export DISPLAY=:99.0
3434
- sh -e /etc/init.d/xvfb start
35+
- sleep 3 # Give xvfb time to to start
3536
- npm run init
3637
- export $(openssl aes-256-cbc -pass env:CREDENTIALS_PASS -d -in credentials)
3738
- echo "TRAVIS_COMMIT $TRAVIS_COMMIT"
@@ -43,3 +44,5 @@ before_script:
4344

4445
script:
4546
- npm run travis
47+
48+
dist: trusty # Impacts this script, eg xvfb

0 commit comments

Comments
 (0)
Please sign in to comment.