Commit 234fe0e
[chore] continous integration build upgrade (#438)
* update Github CI Action to run verify goal instead of just package
* prevent Travis from running install goal twice - by default Travis will attempt to install the dependencies before running the actual build script, this results in running `mvn install` goal twice: once for installing dependencies and skipping the tests and another one from our build script. This PR disables the default dependency installation goal.1 parent 0c3cade commit 234fe0e
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | | - | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
0 commit comments