Browse Source

Call 'make deps' before 'rebar get-deps'

Feng Lee 8 years ago
parent
commit
1f50229dff
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -5,6 +5,9 @@ otp_release:
    - 19.1
    - 19.1
    - 19.2
    - 19.2
 
 
+before_script:
+  - make deps
+
 script: 
 script: 
   - make
   - make