tellform/.travis.yml
Samuel Laulhau 660c32a114 add right compiler to travis conf
attempt n°2  to fix travis build
2016-06-18 08:42:41 +02:00

22 lines
370 B
YAML
Executable file

language: node_js
sudo: false
node_js:
- "5.0.0"
- "4.0.0"
env:
- NODE_ENV=travis
- TRAVIS=travis CXX=g++-4.8
services:
- mongodb
addons:
code_climate:
repo_token: 6c3a1b81a09b2338d6f30913c1bcad115026689752cbb499a0a25061cda6fbcf
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
after_script:
- grunt coverage