make .travis.yml look valid

pull/1/head
Caleb James DeLisle 9 years ago
parent a9fba2cbab
commit cf4601281b

@ -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…
Cancel
Save