Skip to content

Commit

Permalink
add code
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Nov 10, 2017
1 parent 683f0cf commit 28a7157
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: scala
jdk: oraclejdk9
scala:
- 2.10.7
- 2.11.12
script:
- java -version
- wget http://www.scala-lang.org/files/archive/scala-${TRAVIS_SCALA_VERSION}.zip
- unzip scala-${TRAVIS_SCALA_VERSION}.zip
- chmod +x ./scala-${TRAVIS_SCALA_VERSION}/bin/scalac
- ./scala-${TRAVIS_SCALA_VERSION}/bin/scalac A.scala
1 change: 1 addition & 0 deletions A.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
class A

0 comments on commit 28a7157

Please sign in to comment.