aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-05-13 20:46:40 +0000
committerbloodstalker <thabogre@gmail.com>2017-05-13 20:46:40 +0000
commit2e7d3567c32dddbe9eb29cc6ad64ef4c0668067f (patch)
treeeb2efcedd1c6f1374abfb69d5d9782d202bfe45d /.travis.yml
parentpretty much re-wrote it (diff)
downloadmutator-2e7d3567c32dddbe9eb29cc6ad64ef4c0668067f.tar.gz
mutator-2e7d3567c32dddbe9eb29cc6ad64ef4c0668067f.zip
remove libncurses
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index db1c76a..968a4f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,7 +33,6 @@ before_script:
- sudo apt-get install gcc-4.9 g++-4.9
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.9
- sudo apt-get install libboost-dev
- - sudo apt-get install lib64ncurses5-dev
- git submodule init
- git submodule update