Skip to content

Commit

Permalink
chore(ci): update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Mar 22, 2018
1 parent 1aa31be commit 6b4ee4a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
language: node_js
node_js: '4.0'
node_js:
- node

addons:
firefox: "latest-esr"

before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3

script:
- TEST_BROWSERS=Firefox,PhantomJS npm run all
- TEST_BROWSERS=Firefox,PhantomJS xvfb-run npm run all

0 comments on commit 6b4ee4a

Please sign in to comment.