Browse Source

Added travisci branch diffdom

master
Caleb James DeLisle 5 years ago
parent
commit
ff6e1e6fc0
1 changed files with 3 additions and 1 deletions
  1. 4
      travis.yml

4
travis.yml

@ -1,4 +1,6 @@
language: node_js
branches:
only:
- diffdom
node_js:
- "0.12"
script: npm run-script lint
Loading…
Cancel
Save