Modify ↓
Opened 5 years ago
Closed 5 years ago
#13274 closed task (fixed)
Enable Travis CI build config validation
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.20 |
Component: | general | Version: | |
Severity: | normal | Keywords: | travis-ci |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Enabled Travis CI build config validation. Refactored phases so that |
Description
See comment:18:ticket:13257 and docs.
Attachments (0)
Change History (3)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
I did a series of changes:
- comment:1 changes
- [590814410/rjollos.git]
- Build Passes: 679123710.
- Eliminate one of the tests
"$TRAVIS_BUILD_STAGE_NAME" = test
by skipping thescript
phase on deploy.- [63a646baf/rjollos.git]
- Build Passes: 679144678
- "Skipping the script step, as specified in the configuration."
- Eliminate the other test
"$TRAVIS_BUILD_STAGE_NAME" = test
by adding abefore_script
phase.- [ce79cc070/rjollos.git]
- Build Passes: 679186448
- "Skipping the before_script step, as specified in the configuration."
The motivation for the latter two changes was the Test
→ test
Travis CI change (bug?) that led to unit tests not being executed but no build failure.
Note:
See TracTickets
for help on using tickets.
.travis.yml
Test -a \Test ];