Skip to content

Commit

Permalink
Travis-Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Apr 1, 2016
1 parent 338ab16 commit cf973e1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ node_js:
- "iojs"
- "4"
- "5"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_script:
- npm install standard
- standard
Expand Down

0 comments on commit cf973e1

Please sign in to comment.