Skip to content

Commit 5fa503a

Browse files
committed
allow v1.2.0 to fail for now
1 parent 16faf15 commit 5fa503a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,16 @@ jobs:
3434
env:
3535
- version=v1.1
3636
script: ${TRAVIS_BUILD_DIR}/travis.bash
37+
- python: "3.7"
38+
script: RELEASE_SKIP=head ${TRAVIS_BUILD_DIR}/release-test.sh
3739
- python: "3.8"
3840
name: "CWL v1.2 conformance tests"
3941
env:
40-
- version=v1.2.0-dev1
42+
- version=v1.2.0-dev3
4143
script: ${TRAVIS_BUILD_DIR}/travis.bash
42-
- python: "3.7"
43-
script: RELEASE_SKIP=head ${TRAVIS_BUILD_DIR}/release-test.sh
44+
allow_failures:
45+
- python: "3.8"
46+
name: "CWL v1.2 conformance tests"
4447
script: tox
4548
branches:
4649
only:

0 commit comments

Comments
 (0)