Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dedevillela committed Dec 9, 2017
1 parent 7fd438e commit f3cfd24
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
sudo: required
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '4'
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"

0 comments on commit f3cfd24

Please sign in to comment.