make .travis.yml look valid
This commit is contained in:
parent
a9fba2cbab
commit
cf4601281b
12
.travis.yml
12
.travis.yml
@ -1,12 +1,12 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- diffdom
|
- diffdom
|
||||||
- beta
|
- beta
|
||||||
- netflux
|
- netflux
|
||||||
node_js:
|
node_js:
|
||||||
- "4.2.1"
|
- "4.2.1"
|
||||||
before_script:
|
before_script:
|
||||||
- cp config.js.dist
|
- cp config.js.dist
|
||||||
- npm install
|
- npm install
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user