Skip to content

Commit

Permalink
Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Jul 23, 2017
1 parent 3b7e884 commit 9d7a54c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
dist: trusty
sudo: false

language: node_js
node_js:
- "6"
- "7"

before_script:
- npm install build

cache:
directories:
- "node_modules"

0 comments on commit 9d7a54c

Please sign in to comment.