Skip to content

Commit d5339f7

Browse files
authored
Merge pull request #1706 from bdunne/update_travis_dist
Switch to Ubuntu bionic, see: ManageIQ/manageiq#21472
2 parents 4defd4f + e4df4f0 commit d5339f7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1+
---
12
language: node_js
23
node_js:
3-
- "12"
4+
- '12'
45
cache:
56
yarn: true
67
directories:
78
- node_modules
89
after_script:
9-
- cat reports/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
10+
- cat reports/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
1011
notifications:
1112
webhooks:
1213
urls:
@@ -20,3 +21,4 @@ install: yarn
2021
script:
2122
- bin/setup
2223
- rake test
24+
dist: bionic

0 commit comments

Comments
 (0)