aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-04-30 23:18:20 +0000
committerbloodstalker <thabogre@gmail.com>2018-04-30 23:18:20 +0000
commit90d94fe69428026fbcb42eb6aa8df9553da42fab (patch)
tree545da2a76ac50b9f6588c13afc29b4939793c48c /.travis.yml
parentfixing travis (diff)
downloadmutator-90d94fe69428026fbcb42eb6aa8df9553da42fab.tar.gz
mutator-90d94fe69428026fbcb42eb6aa8df9553da42fab.zip
travis...
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b57b6ce..b0dc7a4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,7 +35,7 @@ before_script:
- sudo apt-get install gcc-4.9 g++-4.9
- sudo apt-get install libffi-dev -y
- sudo apt-get install luarocks -y
- - luarocks install ansicolors
+ - luarocks install ansicolors --local
- ./extra-tools/capstoneubuntu14.sh
- ./extra-tools/keystoneubuntu.sh
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.9