Skip to content

Commit

Permalink
Add .travis.yml (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
larskarlitski authored and martinpitt committed Oct 19, 2017
1 parent b348bee commit d616952
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
dist: trusty
sudo: false
language: node_js
node_js:
- "8"
script:
- npm install
- npm run build

0 comments on commit d616952

Please sign in to comment.