Skip to content

Commit

Permalink
fix: update travis to use jsii superchain (aws-samples#219)
Browse files Browse the repository at this point in the history
* update travis to use jsii superchain
* update maven version custom-resource
  • Loading branch information
NGL321 authored Jan 3, 2020
1 parent c2eacd9 commit a5e9b86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: generic
dist: bionic
node_js:
- "8"
python:
- "3.6"

install: sudo apt-get install python3.6-venv
script: scripts/build.sh
services:
- docker

script:
- docker run --rm --net=host -t -v $PWD:$PWD -w $PWD jsii/superchain /bin/bash -c "scripts/build.sh"
2 changes: 1 addition & 1 deletion java/custom-resource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down

0 comments on commit a5e9b86

Please sign in to comment.