Skip to content

Commit

Permalink
TASK: Add a basic Travis CI pipeline setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Inkdpixels committed Aug 15, 2017
1 parent 93e1972 commit 99f3deb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
before_script:
- npm prune

0 comments on commit 99f3deb

Please sign in to comment.