Skip to content

Commit

Permalink
fixed travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinehage committed Jan 7, 2019
1 parent 3b55e8a commit d09ad1c
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
language: node_js
sudo: required

node_js: 6
language: node_js

services:
- mongodb
- elasticsearch
node_js: 8

env:
- CXX=g++-4.8
Expand All @@ -14,21 +12,12 @@ branches:
- master

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
hosts:
- localhost

before_install:
- sudo apt-get update && sudo apt-get install sendmail python make g++
- localhost

before_script:
- npm install -g grunt-cli
- sleep 10
- npm install -g grunt-cli

script:
- grunt coverage
- grunt coverage

0 comments on commit d09ad1c

Please sign in to comment.