Skip to content

Commit

Permalink
Revert "Reapply ".travis.yml: Switch to container infrastructure.""
Browse files Browse the repository at this point in the history
This reverts commit c371390.

Not fixed yet.
  • Loading branch information
chfoo committed Apr 19, 2015
1 parent c371390 commit 727dc7f
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
sudo: false

language: python
python:
- 3.2
- 3.3
- 3.4
- pypy3

addons:
apt:
packages:
- liblua5.2-dev

cache:
directories:
- $HOME/.cache/pip


# blacklist
branches:
Expand All @@ -24,6 +13,12 @@ branches:
- topic/rewrite_phantomjs_2


before_install:
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy3' ]]; then
sudo apt-get -qq install liblua5.2-dev;
fi


# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy3' ]]; then
Expand Down

0 comments on commit 727dc7f

Please sign in to comment.