Skip to content

Commit

Permalink
CI: try another way
Browse files Browse the repository at this point in the history
  • Loading branch information
ZLLentz committed Sep 22, 2020
1 parent b0c4191 commit 4fd8df1
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ jobs:
- which python
script:
- pushd scripts
- timeout 10m ./update_env.sh pcds-test pcds 3.6
- if [ "$?" == "0" ]; then popd; fi
- timeout 10m ./update_env.sh pcds-test pcds 3.6 && popd
- pwd

- stage: "Extra Builds"
Expand All @@ -107,8 +106,7 @@ jobs:
- which python
script:
- pushd scripts
- timeout 10m ./update_env.sh pcds-test pcds 3.6
- if [ "$?" == "0" ]; then popd; fi
- timeout 10m ./update_env.sh pcds-test pcds 3.6 && popd
- pwd

- stage: "Extra Builds"
Expand All @@ -127,8 +125,7 @@ jobs:
- which python
script:
- pushd scripts
- timeout 10m ./update_env.sh pcds-test pcds 3.7
- if [ "$?" == "0" ]; then popd; fi
- timeout 10m ./update_env.sh pcds-test pcds 3.7 && popd
- pwd

- stage: "Extra Builds"
Expand All @@ -147,8 +144,7 @@ jobs:
- which python
script:
- pushd scripts
- timeout 10m ./update_env.sh pcds-test pcds 3.8
- if [ "$?" == "0" ]; then popd; fi
- timeout 10m ./update_env.sh pcds-test pcds 3.8 && popd
- pwd

- stage: "Extra Tests"
Expand Down

0 comments on commit 4fd8df1

Please sign in to comment.