Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jess Portnoy authored Jul 17, 2019
1 parent 0febc75 commit 8a1cf62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ before_install:
- sudo apt-get install maven
language: java
jdk:
- openjdk7
- oraclejdk8
- openjdk10
- oraclejdk11
script:
- sed -e "s#@YOUR_PARTNER_ID@#$PARTNER_ID#g" -e "s#@PARTNER_ID@#$PARTNER_ID#g" -e "s#@YOUR_ADMIN_SECRET@#$ADMIN_SECRET#g" -e "s#@SERVICE_URL@#https://www.kaltura.com#g" src/test/resources/test.template.properties > src/test/resources/test.properties
- ./testAPI/test.sh
Expand Down

0 comments on commit 8a1cf62

Please sign in to comment.