mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-17 13:47:21 +00:00
fix/ci: update travis.yml
This commit is contained in:
parent
53179cde57
commit
854748b899
2 changed files with 5 additions and 11 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -5,13 +5,5 @@ dist: trusty
|
|||
install:
|
||||
- sudo apt-get --yes install libxml2-utils
|
||||
script:
|
||||
- chmod +x ./checker.sh
|
||||
- chmod +x ./combine.sh
|
||||
- chmod +x ./util/xmlparser.sh
|
||||
- chmod +x ./build.sh
|
||||
- chmod +x ./deploy.sh
|
||||
- ./checker.sh
|
||||
- ./combine.sh
|
||||
- ./xmlparser.sh tmp/chrome.xml > tmp/chrome_xml_parser_result.txt
|
||||
- ./build.sh
|
||||
- ./deploy.sh > /dev/null
|
||||
- chmod +x ./run.sh
|
||||
- ./run.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue