Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Commit 838ab3f

Browse files
committed
pin node to version 12
1 parent e54e9e1 commit 838ab3f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- node # uses most recent stable node version
3+
- 12 # uses version 12
44
services:
55
- postgresql # starts up postgres
66
addons:
@@ -15,9 +15,8 @@ install:
1515
before_script:
1616
- psql -c 'create database "boilermaker-test";' -U postgres # remember to change this name if you change it elsewhere (e.g. package.json)
1717
script:
18-
- npm test # test the code
18+
- npm test # test the code
1919
- npm run build-client # make the bundle
20-
2120
# before_deploy:
2221
# - rm -rf node_modules # omit from the tarball, since we skip cleanup
2322
# deploy:

0 commit comments

Comments
 (0)