Skip to content

Commit

Permalink
Merge pull request #36 from beevelop/next
Browse files Browse the repository at this point in the history
Upgrade to Cordova 8.0.0
  • Loading branch information
beevelop authored Dec 20, 2017
2 parents 6270fb7 + 24ab1d5 commit a7ff1e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ services:
- docker

script:
- docker build -t beevelop/cordova .
- docker run beevelop/cordova /bin/sh -c "cordova create test && cd test && cordova platform add android && cordova build android"
- docker build -t cordi .
- docker run cordi /bin/sh -c "cordova create test && cd test && cordova platform add android && cordova build android"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM beevelop/android-nodejs

MAINTAINER Maik Hummel <[email protected]>

ENV CORDOVA_VERSION 7.1.0
ENV CORDOVA_VERSION 8.0.0

WORKDIR "/tmp"

Expand Down

0 comments on commit a7ff1e9

Please sign in to comment.