Commit 9dfe2fb37e8f20ad9fb9fffbed23695f5462020b

Authored by Sergio Oliveira
1 parent baadf776
Exists in test

Fixed travis.yml

[skip ci]
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
.travis.yml
... ... @@ -4,7 +4,8 @@ python:
4 4 - "2.7"
5 5  
6 6 install:
7   - - make travis_install
  7 + - make
  8 + - make ci_install
8 9  
9 10 script:
10 11 - make test
... ...