Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #6 from amilajack/patch-1
Browse files Browse the repository at this point in the history
Added travis ci support for stable node versions
  • Loading branch information
mov37 authored Jun 15, 2016
2 parents ec412a1 + 370b285 commit 02eed8f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
language: node_js
node_js:
- 6.1.0
- 5
- 4
addons:
sauce_connect: true

cache:
directories:
- node_modules

install:
- npm install

script:
- npm run test
- npm run build

# Necessary to compile native modules for io.js v3 or Node.js v4
env:
- CXX=g++-4.8

# Necessary to compile native modules for io.js v3 or Node.js v4
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

0 comments on commit 02eed8f

Please sign in to comment.