Skip to content

Commit

Permalink
Travis: quote the variable
Browse files Browse the repository at this point in the history
  • Loading branch information
forax committed Jan 3, 2019
1 parent 13a7c99 commit 9dc1763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ install:
script:
- chmod u+x ./build.sh
- ./build.sh
- if [ $NAME == "jdk-12-lworld" ]; then sed -i.bak s/JLINK_VM_OPTIONS=/JLINK_VM_OPTIONS="\"-XX:+EnableValhalla\""/g ./target/pro/bin/pro ; fi
- if [ "$NAME" == "jdk-12-lworld" ]; then sed -i.bak s/JLINK_VM_OPTIONS=/JLINK_VM_OPTIONS="\"-XX:+EnableValhalla\""/g ./target/pro/bin/pro ; fi
- ./target/pro/bin/pro version
- ./target/pro/bin/pro build test.pro

Expand Down

0 comments on commit 9dc1763

Please sign in to comment.