Skip to content

Commit

Permalink
Update Travis config
Browse files Browse the repository at this point in the history
Remove all env vars to fix tests
  • Loading branch information
tonyganch committed Jun 21, 2016
1 parent 092b6bd commit 516bb25
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
sudo: false

language: node_js

node_js:
Expand All @@ -14,17 +12,3 @@ node_js:
matrix:
allow_failures:
- node_js: "0.11"

compiler: clang-3.6

env:
- CXX=clang-3.6

addons:
apt:
sources:
- llvm-toolchain-precise-3.6
- ubuntu-toolchain-r-test
packages:
- clang-3.6
- g++-4.8

0 comments on commit 516bb25

Please sign in to comment.