Update .travis.yml

This commit is contained in:
Manas Solanki 2018-06-11 18:07:49 +05:30 committed by GitHub
parent e832aa4fe2
commit fde28a284e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,11 +44,11 @@ jobs:
- stage: test
script:
- set -e
- bench run-tests
- bench run-tests --app erpnext
env: Server Side Test
- # stage
script:
- wget http://build.erpnext.com/20171108_190013_955977f8_database.sql.gz
- bench --force restore ~/frappe-bench/20171108_190013_955977f8_database.sql.gz --mariadb-root-password travis
- bench migrate
env: Patch Testing
env: Patch Testing