Skip to content

Commit

Permalink
amended travis testing example
Browse files Browse the repository at this point in the history
  • Loading branch information
the0demiurge committed Jun 21, 2018
1 parent 21a3761 commit ed5096f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis-test.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
from test import test_sodium
from app.ss import ss_free
ss_free.main()
from app.ss import crawler
crawler.main()
exit(0)

0 comments on commit ed5096f

Please sign in to comment.