Skip to content

Commit

Permalink
Merge pull request #666 from webrtc/KaptenJansson-patch-1
Browse files Browse the repository at this point in the history
Updating to nodejs 12 and fixing build
  • Loading branch information
KaptenJansson committed Oct 21, 2015
2 parents 5aa59cd + 8ca23aa commit 96c6a46
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
sudo: false
language: node_js
node_js:
- 0.10
- 4.1

branches:
only:
- gh-pages

env:
matrix:
- BROWSER=chrome BVER=stable
- BROWSER=chrome BVER=beta
- BROWSER=chrome BVER=unstable
- BROWSER=firefox BVER=stable
- BROWSER=firefox BVER=beta
- BROWSER=firefox BVER=unstable
# Add firefox one travis-multirunner can handle firefox again.

matrix:
fast_finish: true

allow_failures:
- env: BROWSER=chrome BVER=unstable
- env: BROWSER=firefox BVER=unstable

before_script:
- npm install
Expand Down

0 comments on commit 96c6a46

Please sign in to comment.