Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 24961cb

Browse files
committed
Fix travis
1 parent a01775d commit 24961cb

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
@@ -12,8 +12,8 @@ before_install:
1212
install:
1313
- python setup.py install --old-and-unmanageable
1414
script:
15-
- sed -i 's/sphinxbase.sphinxbase/sphinxbase/g; s/pocketsphinx.pocketsphinx/pocketsphinx/g' *
1615
- cd pocketsphinx/swig/python/test
16+
- sed -i 's/sphinxbase.sphinxbase/sphinxbase/g; s/pocketsphinx.pocketsphinx/pocketsphinx/g' *
1717
- python ./config_test.py
1818
- python ./decoder_test.py
1919
- python ./fsg_test.py

0 commit comments

Comments
 (0)