Skip to content

Commit

Permalink
Adding gradle cache for directories
Browse files Browse the repository at this point in the history
  • Loading branch information
cprieto committed Oct 24, 2015
1 parent 1224cca commit 3f8d69e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
@@ -1,3 +1,7 @@
language: java
jdk:
- oraclejdk8
sudo: false
cache:
directories:
- $HOME/.gradle
3 changes: 2 additions & 1 deletion test/i_introduction/_5_Nullable_Types/_05_Nullable_Types.kt
@@ -1,8 +1,9 @@
package i_introduction._5_Nullable_Types

import junit.framework.Assert
import org.junit.Assert
import org.junit.Test as test

@Suppress("PARAMETER_NAME_CHANGED_ON_OVERRIDE")
class _05_Nullable_Types {
fun testSendMessageToClient(
client: Client?,
Expand Down

0 comments on commit 3f8d69e

Please sign in to comment.