Skip to content

Commit

Permalink
Merge pull request #1 from carocad/javascript-es6-migration
Browse files Browse the repository at this point in the history
fix: Javascript es6 migration
  • Loading branch information
ericvergnaud authored Oct 4, 2020
2 parents 0536e72 + 32f4f04 commit 41b96c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ matrix:
jdk: openjdk8
env: TARGET=javascript
stage: main-test
before_install:
- nvm install 14 # otherwise it runs by default on node 8
- os: linux
dist: trusty
jdk: openjdk8
Expand Down
2 changes: 0 additions & 2 deletions .travis/before-install-linux-javascript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
set -euo pipefail

# use v14 and check
nvm install 14
nvm use 14
node --version
6 changes: 0 additions & 6 deletions .travis/run-tests-javascript.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
#!/bin/bash

cd target/classes/JavaScript

npm install

cd ../../..

set -euo pipefail

mvn -q -Dparallel=methods -DthreadCount=1 -Dtest=javascript.* test

0 comments on commit 41b96c8

Please sign in to comment.