Correct .travis.yml typos

This commit is contained in:
tangxifan 2019-04-10 15:34:39 +08:00
parent f1290ff7b9
commit d10c329c8a
1 changed files with 2 additions and 2 deletions

View File

@ -75,10 +75,10 @@ before_install:
- source .travis/common.sh
install:
- ./travis/install.sh
- .travis/install.sh
script:
- ./travis/script.sh
- .travis/script.sh
after_failure:
- echo "success"