Browse Source

travis: Create basic travis file

master
Jonatan Nilsson 7 years ago
parent
commit
f9d6b072b5
  1. 12
      .travis.yml

12
.travis.yml

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