Commit ac0764a
authored
Remove docker and fix YAML
I tried to figure out why builds are not running and somebody from
https://travis-ci.community/c/product hinted that invalid YAML can
bring those issues.
I run it through linter and found that asterisk needs to be escaped
or it will be treated as an alias, invalid alias in this case.
https://yaml.org/YAML_for_ruby.html#simple_alias_example
Also removed docker leftover from the previous commit.1 parent 2f62b38 commit ac0764a
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
| |||
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
43 | | - | |
| 41 | + | |
44 | 42 | | |
45 | 43 | | |
0 commit comments