travis: Create basic travis file

master
Jonatan Nilsson 2016-02-19 05:47:44 +00:00
parent ce3af99391
commit f9d6b072b5
1 changed files with 12 additions and 0 deletions

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
language: node_js
node_js:
- "4"
script:
- npm test
# run on container-based infrastructure
sudo: false
cache:
directories:
- node_modules