mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Update Travis CI file to support Node 4.
This commit is contained in:
parent
503fe11e41
commit
40aa0b0081
1 changed files with 9 additions and 1 deletions
10
.travis.yml
10
.travis.yml
|
@ -1,4 +1,12 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "4.2.4"
|
||||
- "4"
|
||||
env:
|
||||
- CXX=g++-4.9
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-4.9
|
||||
script: 'npm install -g bower && bower install && npm run lint && gulp build && gulp test'
|
||||
|
|
Loading…
Reference in a new issue