Skip to content

Commit

Permalink
Merge pull request #539 from edx/sarina/upgrade-travis
Browse files Browse the repository at this point in the history
Upgrade Travis to use new container infrastructure
  • Loading branch information
sarina committed Sep 9, 2015
2 parents 1b49482 + d2f6715 commit a756987
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
sudo: false
language: python
python:
- "2.7"
cache:
directories:
- $HOME/.cache/pip
install:
- "pip install -r shared/travis_requirements.txt"
script: "./run_tests.sh"
branches:
only:
- master
python: "2.7"



# This part isn't needed until we are running latexpdf builds.
# before_install:
# MacTex is used locally (MacOSX) by the docs team,
# but since we are using a linux machine for travis,
# we can use texlive-full instead.
# - "sudo apt-get update"
# - "sudo apt-get install texlive-full git python-dev -y"
install:
- "pip install -r shared/travis_requirements.txt"
script: "./run_tests.sh"
# MacTex is used locally (MacOSX) by the docs team,
# but since we are using a linux machine for travis,
# we can use texlive-full instead.
# - "sudo apt-get update"
# - "sudo apt-get install texlive-full git python-dev -y"

0 comments on commit a756987

Please sign in to comment.