Skip to content

Commit

Permalink
modifications to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
videlec committed Aug 3, 2017
1 parent 9fab4cc commit d2cc589
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
dist: trusty
sudo: required
python: "2.7"
language: c
cache:
ccache: true
directories:
- ${HOME}/SageMath
before_cache:
- rm -rf "${HOME}/SageMath/logs"
- rm -f "${HOME}/SageMath/.BUILDSTART"
timeout: 1000
env:
SAGE_MIRROR="http://mirrors.mit.edu/sage/linux/64bit"
SAGE_BINARY="sage-8.0-Ubuntu_14.04-x86_64.tar.bz2"
Expand All @@ -17,7 +16,12 @@ before_install:
# command to install dependencies
install:
- ./.travis_sage_install.sh
- ${SAGE} -pip install --verbose .
- ${SAGE} --version
- which gcc
- ${SAGE} -sh -c "which gcc"
- ${SAGE} -pip install --verbose --no-index --user .
# command to run tests
script:
- ${SAGE} -t --force-lib --long surface_dynamics/
- cd doc/
- ${SAGE} -sh -c "make html"

0 comments on commit d2cc589

Please sign in to comment.