We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e267bb commit 7c46480Copy full SHA for 7c46480
.travis.yml
@@ -30,7 +30,7 @@ before_install:
30
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
31
- export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
32
33
-script: "./script/ci/build.sh"
+script: "bin/rake --trace ci:travis:${BUILD_TYPE}"
34
35
notifications:
36
irc:
Changelog.md
@@ -1,3 +1,7 @@
1
+# 0.7.1.1
2
+
3
+Fixes an issue with installing and running diaspora\* with today released bundler v1.16.0.
4
5
# 0.7.1.0
6
7
## Ensure account deletions are run
script/ci/build.sh
0 commit comments