Skip to content

Commit

Permalink
Merge pull request #2 from code-freak/f1-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HenningCash committed Mar 18, 2019
2 parents 2fe137a + a84d74d commit a6d27f5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: java

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# Code FREAK

[![Build Status](https://travis-ci.com/code-freak/code-freak.svg?branch=master)](https://travis-ci.com/code-freak/code-freak)

Code Feedback Review & Evaluation Kit | Educational Online IDE

## Development environment setup
Expand Down
Empty file modified gradlew 100644 → 100755
Empty file.

0 comments on commit a6d27f5

Please sign in to comment.