Skip to content

Commit

Permalink
chore(build): Add travis yaml config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Berkeley Martinez authored and Berkeley Martinez committed Mar 2, 2017
1 parent e74070c commit 40d261d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language: node_js

node_js:
- '6'

before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi

cache:
directories:
- node_modules

env:
- CXX=g++-4.8

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

sudo: false

0 comments on commit 40d261d

Please sign in to comment.