Skip to content

Commit 57246c9

Browse files
committed
[Travis] Fix typo "before install" to "before_install".
1 parent d0ebdce commit 57246c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: java
33
jdk: oraclejdk7
44

55
# Get files for use with build, namely the custom Maven settings.xml.
6-
before install:
6+
before_install:
77
- "git clone https://github.com/Q0rDev/travis-ci-resources.git target/travis"
88
- "chmod +x target/travis/build.sh"
99
- "gem install travis-artifacts"

0 commit comments

Comments
 (0)