Browse Source

[fix] manage.sh command names

Adam Tauber 9 years ago
parent
commit
3498b7c53f
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .travis.yml

+ 2
- 2
.travis.yml View File

@@ -20,8 +20,8 @@ script:
20 20
   - ./manage.sh pep8_check
21 21
   - ./manage.sh styles
22 22
   - ./manage.sh grunt
23
-  - ./manage.sh coverage
24
-  - ./manage.sh robot
23
+  - ./manage.sh py_test_coverage
24
+  - ./manage.sh robot_tests
25 25
 after_success:
26 26
   coveralls
27 27
 notifications: