Skip to content

Commit

Permalink
Fix linux ucs4 stage being overriden to cron instead of test
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Feb 22, 2019
1 parent 2cd72e4 commit e502f58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,8 @@ py27_linux_build_wheels_ucs2: &py27_linux_build_wheels_ucs2
py27_linux_build_wheels_ucs4: &py27_linux_build_wheels_ucs4
<<: *py27_linux_build_wheels_no_ucs
<<: *py27_linux_test_config
# `py27_linux_test_config` overrides the stage set by `base_build_wheels`, so we re-override it.
stage: *test
name: "Build wheels - Linux and cp27mu (UCS4)"
env:
- *py27_linux_test_config_env
Expand Down
2 changes: 2 additions & 0 deletions build-support/travis/travis.yml.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,8 @@ py27_linux_build_wheels_ucs2: &py27_linux_build_wheels_ucs2
py27_linux_build_wheels_ucs4: &py27_linux_build_wheels_ucs4
<<: *py27_linux_build_wheels_no_ucs
<<: *py27_linux_test_config
# `py27_linux_test_config` overrides the stage set by `base_build_wheels`, so we re-override it.
stage: *test
name: "Build wheels - Linux and cp27mu (UCS4)"
env:
- *py27_linux_test_config_env
Expand Down

0 comments on commit e502f58

Please sign in to comment.