Merge remote-tracking branch 'origin/master'

This commit is contained in:
Naoki Takezoe
2015-06-02 01:06:21 +09:00
2 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
language: scala
scala:
- 2.11.6
sudo: false
script:
- . env.sh
- sbt test

View File

@@ -38,7 +38,7 @@ $ cd release
$ ./make-release-war.sh
```
### Deploy assemnbly jar file
### Deploy assembly jar file
For plug-in development, we have to publish the assembly jar file to the public Maven repository by `release/deploy-assembly-jar.sh`.