Add a simple .travis.yml
This commit is contained in:
20
.travis.yml
Normal file
20
.travis.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "5"
|
||||
- "4"
|
||||
|
||||
before_install:
|
||||
- npm install -g npm@latest
|
||||
|
||||
script:
|
||||
- npm test
|
||||
- npm run deploy
|
||||
|
||||
addons:
|
||||
firefox: "42.0"
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
# required by node-gyp to build some packages
|
||||
packages:
|
||||
- g++-4.8
|
||||
Reference in New Issue
Block a user