Skip to content

Commit

Permalink
Add travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
bonustrack committed Oct 21, 2016
1 parent 281b0be commit dd1d9b9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: node_js
node_js:
- '4'
- '6'
env:
- CXX=g++-4.8
cache:
directories:
- node_modules
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
notifications:
slack: busytalk:mjQOgfT3qFIhFmy0a7TuEYaf

0 comments on commit dd1d9b9

Please sign in to comment.