summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAaron Lasseigne <aaron.lasseigne@gmail.com>2015-05-09 15:07:46 -0500
committerAaron Lasseigne <aaron.lasseigne@gmail.com>2015-05-09 15:07:46 -0500
commit6ae97462d8ff84a5c32c623ff3a2054cbfbb9392 (patch)
treea2cc1c4311a669065e2211e0cec861e33af9484d /.travis.yml
parentcfd192d9240af5274e519f91f872944ea66ea927 (diff)
downloadffi-yajl-6ae97462d8ff84a5c32c623ff3a2054cbfbb9392.tar.gz
fix parse error in travis.yml
Having one space before "branches:" causes `YAML.load` to throw a syntax parse error.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index d86dd03..e659646 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,6 +63,6 @@ matrix:
jdk: openjdk7
- rvm: jruby-head
jdk: openjdk6
- branches:
- only:
- - master
+branches:
+ only:
+ - master