Skip to content

Commit

Permalink
Merge pull request nusCS2113-AY1920S1#7 from 9hafidz6/master
Browse files Browse the repository at this point in the history
modified travis.yml
  • Loading branch information
9hafidz6 authored Sep 15, 2019
2 parents ebad26a + c466c99 commit 839ffc1
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
@@ -1,5 +1,5 @@
language:java
jdk:11
language: java
jdk: oraclejdk11

before_install:
- chmod +x gradlew
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {

application {
// Change this to your main class.
mainClassName = "seedu.duke.Duke"
mainClassName = "duke/Duke"
}

run {
Expand Down

0 comments on commit 839ffc1

Please sign in to comment.