We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54e9e1 commit 838ab3fCopy full SHA for 838ab3f
1 file changed
.travis.yml
@@ -1,6 +1,6 @@
1
language: node_js
2
node_js:
3
- - node # uses most recent stable node version
+ - 12 # uses version 12
4
services:
5
- postgresql # starts up postgres
6
addons:
@@ -15,9 +15,8 @@ install:
15
before_script:
16
- psql -c 'create database "boilermaker-test";' -U postgres # remember to change this name if you change it elsewhere (e.g. package.json)
17
script:
18
- - npm test # test the code
+ - npm test # test the code
19
- npm run build-client # make the bundle
20
-
21
# before_deploy:
22
# - rm -rf node_modules # omit from the tarball, since we skip cleanup
23
# deploy:
0 commit comments