Commit 3332d1b7 by Feanil Patel

Merge pull request #2737 from edx/feanil/re_order_travis

Do the fast checks first and then the slow docker tasks.
parents 714b7777 902650af
......@@ -26,11 +26,11 @@ install:
- "pip install --allow-all-external demjson"
env:
- MAKE_TARGET=test.syntax
- MAKE_TARGET=test.edx_east_roles
- MAKE_TARGET=docker.test.shard SHARD=0 SHARDS=3
- MAKE_TARGET=docker.test.shard SHARD=1 SHARDS=3
- MAKE_TARGET=docker.test.shard SHARD=2 SHARDS=3
- MAKE_TARGET=test.syntax
- MAKE_TARGET=test.edx_east_roles
script:
- docker --version
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment