Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Commit

Permalink
Merge b709a2b into cba633d
Browse files Browse the repository at this point in the history
  • Loading branch information
Gum-Joe committed Mar 30, 2016
2 parents cba633d + b709a2b commit b615fae
Show file tree
Hide file tree
Showing 92 changed files with 3,956 additions and 1,702 deletions.
36 changes: 21 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,37 @@
language: node_js
node_js:
- stable
- 5.4.1
- 5.4.0
- 5.3.0
- 4.2.6
- stable
- 5.8.0
- 5.4.1
- 5.4.0
- 5.3.0
- 4.4.0
# Use the latest infrastructure
group: edge
# Add-ons for compiling native extentions (c++) & modules' native extentions
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- g++-4.9
- g++-4.8
- g++-4.9
- libstdc++-4.9-dev
os:
- linux
- linux
services:
- mongodb
- mongodb
env:
global:
- CXX=g++-4.8
- JAKHU_RUN_TYPE=local
- JAKHU_TEST=true
# Use g++-4.8 as a compiler
- CXX=g++-4.8
# Avoid docker
- JAKHU_RUN_TYPE=local
- JAKHU_TEST=true
install:
- npm install -g bower mocha nyc codeclimate-test-reporter coffee-script
- npm install
- bundle install
- npm install -g bower mocha nyc codeclimate-test-reporter coffee-script
- npm install
- bundle install
script: make ci
notifications:
webhooks:
Expand Down
Loading

0 comments on commit b615fae

Please sign in to comment.