Skip to content

Commit 0fab6b2

Browse files
author
Jim Porter
committed
Fix up Travis config
1 parent 005b6be commit 0fab6b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ matrix:
7979
cache:
8080
apt: true
8181

82-
install:
82+
before_install:
8383
- |
8484
if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
8585
brew update
@@ -89,9 +89,11 @@ install:
8989
# bfg9000, and so is grumpy about not having lxml.
9090
pip install lxml
9191
else
92+
set -e
9293
virtualenv env && source env/bin/activate
9394
pip install -U setuptools
9495
fi
96+
install:
9597
- pip install bfg9000
9698
- |
9799
git clone https://github.com/jimporter/mettle.git

0 commit comments

Comments
 (0)