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