Skip to content

Commit

Permalink
DROP THIS COMMIT BEFORE MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
miklos1 committed Nov 9, 2015
1 parent d93c1b6 commit 2b6ad7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -50,7 +50,7 @@ before_install:
install:
- mkdir tmp
- cd tmp
- ../scripts/firedrake-install --disable_ssh --global --minimal_petsc
- ../scripts/firedrake-install --disable_ssh --global --minimal_petsc --package_branch ufl bootstrapping
- cd firedrake/src/firedrake
- if git fetch origin pull/$TRAVIS_PULL_REQUEST/merge; then git checkout FETCH_HEAD; else git checkout $TRAVIS_COMMIT; fi
- python setup.py build_ext --inplace
Expand Down

0 comments on commit 2b6ad7b

Please sign in to comment.