Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsnik committed May 13, 2018
1 parent b2107fd commit a96ba1f
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
language: node_js
sudo: false
node_js:
- '4.1'

env:
global:

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

install:
- npm config set registry http://registry.npmjs.org/
- npm install -g karma
- npm install

cache:
directories:
- "$HOME/.nvm"
- yarn

0 comments on commit a96ba1f

Please sign in to comment.