Skip to content

Commit 081bf89

Browse files
committed
Merge pull request #23 from peterjc/patch-2
Fixed typo in travis_test.sh
2 parents b3573e5 + dc62b54 commit 081bf89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/travis_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ virtualenv planemo-venv
44
. planemo-venv/bin/activate
55
pip install git+https://github.com/jmchilton/planemo.git
66
planemo travis_before_install
7-
. ${TRAVIS_BUILD_DIR}/.travis/env.sh # source enviornment created by planemo
7+
. ${TRAVIS_BUILD_DIR}/.travis/env.sh # source environment created by planemo
88
planemo test --install_galaxy ${TRAVIS_BUILD_DIR}

0 commit comments

Comments
 (0)