Skip to content

Commit

Permalink
feat: added travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Jan 23, 2019
1 parent 294c87c commit 0447f4f
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 @@
sudo: false
language: node_js
cache: npm
install:
- nvm install node
- node -v
- npm i
node_js:
- '8'
branches:
only:
- master
script:
- gulp

0 comments on commit 0447f4f

Please sign in to comment.