Skip to content

Commit

Permalink
Update travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
8tentaculos committed Jul 2, 2023
1 parent da26039 commit 7e46d39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dist: precise
language: node_js
node_js:
- "18"
- "19"
script:
- npm run clean
- npm run build
Expand Down
2 changes: 1 addition & 1 deletion docker-development
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#! /bin/sh
docker run --rm -it -e NODE_ENV=development -p 3000:3000 -v $PWD:/srv/rasti -w="/srv/rasti" node:18 bash
docker run --rm -it -e NODE_ENV=development -p 3000:3000 -v $PWD:/srv/rasti -w="/srv/rasti" node:19 bash

0 comments on commit 7e46d39

Please sign in to comment.