Commit 99fc15924f4e2f4b6b8661403407dfb54bb35973

Authored by Cyril Mougel
1 parent 28ec0895
Exists in master and in 1 other branch production

improve travis.yml

Showing 1 changed file with 1 additions and 4 deletions   Show diff stats
.travis.yml
1 1 rvm:
  2 + - 1.9.3
2 3 - 1.9.2
3 4 - 1.8.7
4 5  
5   -# Only build master branch
6   -branches:
7   - only:
8   - - master
9 6  
10 7 # To stop Travis from running tests for a new commit,
11 8 # add the following to your commit message: [ci skip]
... ...