Skip to content

Commit

Permalink
chore(travis): Give up and switch back to Ubuntu 14 Trusty
Browse files Browse the repository at this point in the history
  • Loading branch information
ExE-Boss committed Oct 26, 2019
1 parent 5e5728d commit e582faa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ language: node_js
node_js:
- 6

services:
- xvfb
dist: trusty

before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

before_script:
- npm install -g gulp-cli

script:
- npm install
- npm run build
- xvfb-run npm run test
- npm run test

deploy:
- provider: s3
Expand Down

0 comments on commit e582faa

Please sign in to comment.