Skip to content

Commit

Permalink
Merge pull request #344 from SylvainCorlay/fixup-travis
Browse files Browse the repository at this point in the history
Fixup travis
  • Loading branch information
SylvainCorlay committed Aug 28, 2020
2 parents 1112e4b + 994c487 commit 9e35f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
conda install xeus=0.24.0 cling=0.6.0 clangdev=5 llvmdev=5 nlohmann_json cppzmq xtl pugixml cxxopts=2.1.1 -c conda-forge;
else
conda install xeus=0.23.10 cling=0.6.0 clangdev=5 llvmdev=5 libcxx nlohmann_json cppzmq xtl pugixml cxxopts=2.1.1 -c conda-forge;
conda install xeus=0.24.0 cling=0.6.0 clangdev=5 llvmdev=5 libcxx nlohmann_json cppzmq xtl pugixml cxxopts=2.1.1 -c conda-forge;
fi
# Install build dependencies
- conda install cmake -c conda-forge
Expand Down

0 comments on commit 9e35f87

Please sign in to comment.