Skip to content

Commit

Permalink
0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Li Haoyi committed Sep 20, 2015
1 parent 5a80870 commit 32bbbf0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
23 changes: 12 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ jdk:
- openjdk7
script:
- sbt ++$TRAVIS_SCALA_VERSION tested/test
## Tricks to avoid unnecessary cache updates, from
## http://www.scala-sbt.org/0.13/docs/Travis-CI-with-sbt.html
#- find $HOME/.sbt -name "*.lock" | xargs rm
#- find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm
#sudo: false
#
## These directories are cached to S3 at the end of the build
#cache:
# directories:
# - $HOME/.ivy2/cache
# - $HOME/.sbt/boot/
# Tricks to avoid unnecessary cache updates, from
# http://www.scala-sbt.org/0.13/docs/Travis-CI-with-sbt.html
- find $HOME/.sbt -name "*.lock" | xargs rm
- find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm
- find $HOME/.ivy2/cache/com.lihaoyi -name "ammonite-*" | xargs rm -rf
sudo: false

# These directories are cached to S3 at the end of the build
cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot/
2 changes: 1 addition & 1 deletion project/Constants.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ammonite
object Constants{
val version = "0.4.7-SNAPSHOT"
val version = "0.4.8"
}
4 changes: 4 additions & 0 deletions readme/Footer.scalatex
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
Allow splicing @hl.scala{Seq[String]}s into subprocess arguments
@li
Fix source packaging which was causing problems with ensime
@li
Allow shebang line to make Ammonite scripts more conveniently executable
@li
Robustify line-breaking-logic
@sect{0.4.7}
@ul
@li
Expand Down

0 comments on commit 32bbbf0

Please sign in to comment.