We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0962818 commit 1c4a92eCopy full SHA for 1c4a92e
1 file changed
.travis.yml
@@ -9,7 +9,7 @@ sudo: false
9
cache:
10
directories:
11
- mason_packages
12
- - $HOME/.ccache
+ #- $HOME/.ccache
13
14
addons:
15
apt:
@@ -22,8 +22,10 @@ addons:
22
before_install:
23
- export MASON_BUILD=true
24
- if [[ $(uname -s) == 'Linux' ]]; then
25
- export CXX="ccache clang++-3.5 -Qunused-arguments";
26
- export CC="ccache clang++-3.5 -Qunused-arguments";
+ #export CXX="ccache clang++-3.5 -Qunused-arguments";
+ #export CC="ccache clang++-3.5 -Qunused-arguments";
27
+ export CXX="clang++-3.5";
28
+ export CC="clang++-3.5";
29
export PYTHONPATH=$(pwd)/mason_packages/.link/lib/python2.7/site-packages;
30
else
31
export PYTHONPATH=$(pwd)/mason_packages/.link/lib/python/site-packages;
0 commit comments