mirror of https://github.com/xwiki-labs/cryptpad
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
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- diffdom
|
||||
- beta
|
||||
- netflux
|
||||
node_js:
|
||||
- "4.2.1"
|
||||
- master
|
||||
- diffdom
|
||||
- beta
|
||||
- netflux
|
||||
node_js:
|
||||
- "4.2.1"
|
||||
before_script:
|
||||
- cp config.js.dist
|
||||
- npm install
|
||||
|
|
Loading…
Reference in New Issue