2015-10-30 14:08:46 -05:00
|
|
|
language: node_js
|
|
|
|
|
|
|
|
node_js:
|
2015-11-11 07:57:28 -06:00
|
|
|
- "0.12"
|
|
|
|
- "4.2"
|
2015-11-27 08:13:34 -06:00
|
|
|
- "5.1"
|
2015-11-11 07:57:28 -06:00
|
|
|
|
2015-11-11 08:02:21 -06:00
|
|
|
env:
|
|
|
|
- CXX=g++-4.8
|
|
|
|
|
2015-11-11 07:57:28 -06:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
sources:
|
|
|
|
- ubuntu-toolchain-r-test
|
|
|
|
packages:
|
|
|
|
- g++-4.8
|
2015-10-30 14:08:46 -05:00
|
|
|
|
|
|
|
sudo: false
|
|
|
|
|
|
|
|
services:
|
2015-11-11 07:57:28 -06:00
|
|
|
- mongodb
|
2015-10-30 14:08:46 -05:00
|
|
|
|
|
|
|
cache:
|
2015-11-11 07:57:28 -06:00
|
|
|
directories:
|
|
|
|
- node_modules
|
|
|
|
- $(npm config get prefix)/bin/grunt-cli
|
|
|
|
- $(npm config get prefix)/bin/electron-prebuilt
|
2015-10-30 14:08:46 -05:00
|
|
|
|
|
|
|
before_script:
|
2015-12-16 14:55:35 -06:00
|
|
|
- npm install electron-prebuilt@0.35.4 -g
|
2015-11-11 07:57:28 -06:00
|
|
|
- npm install grunt-cli -g
|
2015-10-30 14:08:46 -05:00
|
|
|
|
|
|
|
after_failure:
|
2015-11-11 07:57:28 -06:00
|
|
|
- cat test1/logs/all-logs.log
|
|
|
|
- cat test2/logs/all-logs.log
|
|
|
|
- cat test3/logs/all-logs.log
|
2015-12-06 14:37:46 -06:00
|
|
|
- cat test4/logs/all-logs.log
|
|
|
|
- cat test5/logs/all-logs.log
|
|
|
|
- cat test6/logs/all-logs.log
|