Skip to content

Commit

Permalink
Forgot some 2.7.0 -> 2.7.2 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed Jul 25, 2017
1 parent 48477d8 commit 6ad6d38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,5 +16,5 @@ compiler:
- clang

script:
- ./.build_dependencies && ./configure --with-mpir=mpir-2.7.0 --with-mpfr=mpfr-3.1.5 && make -j4 && make -j4 check
- ./.build_dependencies && ./configure --with-mpir=mpir-2.7.2 --with-mpfr=mpfr-3.1.5 && make -j4 && make -j4 check

2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -19,7 +19,7 @@ cache:
- C:\projects\mpir -> .build_dependencies.cmd
- C:\projects\mpfr -> .build_dependencies.cmd
- C:\projects\pthreads -> .build_dependencies.cmd
- C:\projects\flint2\mpir-2.7.0 -> .build_dependencies
- C:\projects\flint2\mpir-2.7.2 -> .build_dependencies
- C:\projects\flint2\mpfr-3.1.5 -> .build_dependencies

build_script:
Expand Down

0 comments on commit 6ad6d38

Please sign in to comment.