diff options
author | Slava Yurin <YurinVV@ya.ru> | 2012-06-28 13:08:18 +0700 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-06-29 12:41:22 +0200 |
commit | cf24426c4f2704e33bd10291bbcef798c3190d59 (patch) | |
tree | 6dae5adc483c1855a8240fd4d4b83403cb6ea30c | |
parent | 17df3e991888be42ee06511c39e0c61a9b0f43a1 (diff) |
Fix travis compile
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 23445fa..ce9f98b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,5 @@ otp_release: - R15B01 - R15B - R14B04 - - R14B03
\ No newline at end of file + - R14B03 +before_script: "./bootstrap" |