Skip to content

Commit

Permalink
Working on #245 - Getting Travis working again (#246)
Browse files Browse the repository at this point in the history
Making Travis work again (32bit linux binary issue)
  • Loading branch information
giseburt authored Feb 23, 2017
1 parent aa0adaa commit 106c05a
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
@@ -1,10 +1,10 @@
language: c

before_install:
- sudo apt-get update -q
- sudo apt-get update -q

install:
- sudo apt-get install -qq lib32z1
- sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0

script:
- cd ${TRAVIS_BUILD_DIR}/g2core
Expand Down

0 comments on commit 106c05a

Please sign in to comment.