Skip to content

Commit

Permalink
Accidentally added two install directives
Browse files Browse the repository at this point in the history
  • Loading branch information
miatauro-NASA committed Nov 9, 2016
1 parent 54d6574 commit 21c437d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ matrix:
before_install: sudo pip install cpp-coveralls
install:
- sudo add-apt-repository --yes ppa:kalakris/cmake && sudo apt-get update -qq && sudo apt-get install cmake libboost-dev libcppunit-dev antlr swig
install:
- wget http://www.antlr3.org/download/C/libantlr3c-3.4.tar.gz -O /tmp/libantlr3c-3.4.tar.gz
- tar -zxf /tmp/libantlr3c-3.4.tar.gz
- pushd libantlr3c-3.4 && ./configure --prefix=/usr --enable-64bit && make && sudo make install && popd
Expand Down

0 comments on commit 21c437d

Please sign in to comment.