Skip to content

Commit

Permalink
Make travis do npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
EmergentOrder committed Aug 30, 2024
1 parent a2a1d39 commit 797b74f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
language: scala
install:
- |
cd backends/.js
npm install
cd ../..
- |
# update this only when sbt-the-bash-script needs to be updated
export SBT_LAUNCHER=1.5.0
export SBT_OPTS="-Dfile.encoding=UTF-8"
Expand All @@ -12,6 +9,9 @@ install:
sudo rm /usr/local/bin/sbt
sudo ln -s $HOME/sbt/bin/sbt /usr/local/bin/sbt
script:
- cd backends/.js
- npm install
- cd ../..
# - bash get_models.sh
- travis_wait 5 sbt test -J-Xmx5G
# - sbt docsJVM/mdoc

0 comments on commit 797b74f

Please sign in to comment.