Skip to content

Commit

Permalink
Create .travis.yml (publiclab#123)
Browse files Browse the repository at this point in the history
* Create .travis.yml

* Update .travis.yml

* Update .travis.yml
  • Loading branch information
jywarren authored Mar 13, 2019
1 parent 3958f77 commit 600a430
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js
node_js:
- '6'
- '8'
- '10'
before_install:
- npm install -g grunt-cli
before_script:
- grunt build
script: npm test

0 comments on commit 600a430

Please sign in to comment.