Skip to content

Commit

Permalink
try to fix travis no3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mairu committed Jul 19, 2017
1 parent ac199df commit 3de3aae
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,27 @@ os:
- linux
- osx

sudo: required
language: node_js
node_js:
- "4.0.0"

env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

cache:
directories:
- "node_modules"

install:
- npm install
- curl https://install.meteor.com | /bin/sh
- node --version
- meteor --version

script:
Expand Down

0 comments on commit 3de3aae

Please sign in to comment.