Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Security bug
Browse files Browse the repository at this point in the history
Signed-off-by: ncordon <nacho.cordon.castillo@gmail.com>
  • Loading branch information
ncordon committed Sep 20, 2019
1 parent ea7f04c commit 51f25ab
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,43 +30,24 @@ jobs:
stage: build
os: linux
dist: xenial
jdk:
- openjdk8
services:
- docker
before_install:
- docker run --privileged -d -p 9432:9432 --name bblfsh bblfsh/bblfshd
- docker exec -it bblfsh bblfshctl driver install --recommended
script:
- ./sbt assembly test
after_failure: &failure_logs_anchor
- docker logs bblfsh
- ls hs_* 1> /dev/null 2>&1 && cat hs_*
- echo $PRUEBA

- &osx_build
name: 'Build in OSX'
stage: build
os: osx
osx_image: xcode8.3
before_script:
# This is equivalent macosx-version-min=10.7
- export MACOSX_DEPLOYMENT_TARGET=10.7
# Travis osx support includes oraclejdk8 not openjdk8
- export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_112.jdk/Contents/Home/
script:
- ./sbt assembly
- echo $PRUEBA

- &windows_build
name: 'Build in Windows'
os: windows
# scala is not available, default one is ruby
language: cpp
before_script:
- choco install adoptopenjdk8 --version=8.222
- export JAVA_HOME="/C/Program Files/AdoptOpenJDK/jdk8u222-b10"
- export PATH=$PATH:$JAVA_HOME:$JAVA_HOME/bin
script:
- ./sbt assembly
- echo $PRUEBA

- <<: *linux_build
name: 'Release to Maven'
Expand Down

0 comments on commit 51f25ab

Please sign in to comment.