Skip to content

Commit f5b1f1e

Browse files
author
Jens Kadenbach
committed
Fixed typo in travis config
1 parent bc021d4 commit f5b1f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
- TEST_SUITE=js
77
- TEST_SUITE=functional_tests
88
- TEST_SUITE=readme
9-
script: ./run_tests.sh TEST_SUITE
9+
script: ./run_tests.sh $TEST_SUITE
1010
before_script:
1111
- psql -c 'create database pypo;' -U postgres
1212
before_install:

0 commit comments

Comments
 (0)