Skip to content

Commit 29a1d2b

Browse files
committed
Travis CI fixes
1 parent ee58c60 commit 29a1d2b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,16 @@ matrix:
5656
sources:
5757
- ubuntu-toolchain-r-test
5858
- boost-latest
59+
- george-edison55-precise-backports
5960
packages:
6061
- libgmp-dev
6162
- libmpfr-dev
6263
- binutils-dev
6364
- libboost-serialization1.55-dev
6465
- libboost-iostreams1.55-dev
6566
- g++-4.8
67+
- cmake
68+
- cmake-data
6669
- env: BUILD_TYPE="Debug" WITH_BFD="yes" PYTHON_VERSION="3.5"
6770
compiler: clang
6871
os: linux
@@ -90,8 +93,6 @@ matrix:
9093
- lrzip
9194

9295
install:
93-
# Workaround till symengine C++ repo's script is fixed
94-
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then brew uninstall cmake; fi
9596
- export PYTHON_SOURCE_DIR=`pwd`
9697
- export TEST_CPP="no"
9798

0 commit comments

Comments
 (0)