Skip to content

Commit

Permalink
Merge pull request #189 from SylvainCorlay/update-xeus
Browse files Browse the repository at this point in the history
Update xeus to 0.24.0
  • Loading branch information
SylvainCorlay committed Jun 5, 2020
2 parents f888e8d + 1dc0549 commit fa9dd4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install:
- conda update -q conda
- conda info -a
# Install host dependencies
- conda install xeus=0.23.3 cppzmq=4.3.0 xproperty=0.10.0 nlohmann_json -c conda-forge
- conda install xeus=0.24.0 cppzmq xproperty=0.10.0 nlohmann_json -c conda-forge
# Install build dependencies
- conda install gtest cmake -c conda-forge
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\LIBRARY -DBUILD_TESTS=ON .
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
# Install host dependencies
- conda install xeus=0.23.3 cppzmq=4.3.0 xproperty=0.10.0 nlohmann_json -c conda-forge
- conda install xeus=0.24.0 cppzmq xproperty=0.10.0 nlohmann_json -c conda-forge
# Install build dependencies
- conda install cmake -c conda-forge
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
Expand Down

0 comments on commit fa9dd4c

Please sign in to comment.