This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Commit 7e283ec
authored
chore: allow externals to fail (#2736)
We need to publish an rc for people to use to refactor their code
to use the new API.
The `aegir` release commands require the `last-successful` build
to have run in order to update the last known good build branch.
That build will not run until the external builds pass but we can't
make them pass until they can be refactored to use the new API for
which we need an rc.
The change to the `.travis.yml` in this PR allows the overall build
to pass even though the external module builds are faiilng.1 parent feba661 commit 7e283ec
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
43 | 52 | | |
44 | 53 | | |
45 | 54 | | |
| |||
0 commit comments