aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index ec6940fde..cd8731f94 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,11 +10,11 @@ install: "pip install jsonschema pysha3"
script:
# check valid JSON/well formatted
-- python3 test.py format
-- git diff --quiet &>/dev/null
+- python3 test.py format ;
+ git diff --quiet &>/dev/null ;
# check test schemas
-- python3 test.py validate ./src/VMTestsFiller ./src/GeneralStateTestsFiller ./src/BlockchainTestsFiller ./VMTests ./GeneralStateTests ./BlockchainTests
+ python3 test.py validate ./src/VMTestsFiller ./src/GeneralStateTestsFiller ./src/BlockchainTestsFiller ./VMTests ./GeneralStateTests ./BlockchainTests ;
# check test filled
-- python3 test.py checkFilled ./BlockhcainTests ./GeneralStateTests ./TransactionTests ./VMTests
+ python3 test.py checkFilled ./BlockhcainTests ./GeneralStateTests ./TransactionTests ./VMTests