Skip to content

Commit

Permalink
Get source installs working
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Oct 19, 2016
1 parent be1efeb commit cd44b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ script:
- if [ -z "${SHELLCHECK-}" ]; then make TEST_SUITE=$TEST_SUITE URCHIN=/tmp/urchin/package/urchin test-$SHELL ; fi
env:
global:
- CXX=g++-4.8
- CC=gcc-4.8
# - CXX=g++-4.8
# - CC=gcc-4.8
- PATH=$(echo $PATH | sed 's/::/:/')
- NVM_DIR="${TRAVIS_BUILD_DIR}"
matrix:
Expand Down

0 comments on commit cd44b3c

Please sign in to comment.