Skip to content

Commit 59b9bcb

Browse files
authored
Update .travis.yml
1 parent 6d72398 commit 59b9bcb

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
@@ -73,7 +73,7 @@ script:
7373
- nosetests $COVER_PACKAGE --with-doctest --with-coverage --with-timer -v --cover-package=$COVER_PACKAGE
7474
- kill $QIITA_PID
7575
- if [ ${TEST_ADD_STUDIES} == "True" ]; then test_data_studies/commands.sh ; fi
76-
- if [ ${TEST_ADD_STUDIES} == "True" ]; then qiita-cron-job-all; fi
76+
- if [ ${TEST_ADD_STUDIES} == "True" ]; then all-qiita-cron-job; fi
7777
- flake8 qiita_* setup.py scripts/qiita*
7878
- qiita pet webserver
7979
addons:

0 commit comments

Comments
 (0)