Skip to content

Commit

Permalink
test all combinations on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
e2 committed May 30, 2015
1 parent a763614 commit 9281b11
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,10 @@ os:
- linux
- osx
env:
- LISTEN_TESTS_DEFAULT_LAG=0.8 LISTEN_TESTS_DEFAULT_TCP_LAG=1.2
global:
- LISTEN_TESTS_DEFAULT_LAG=0.8 LISTEN_TESTS_DEFAULT_TCP_LAG=1.2
matrix:
- LISTEN_GEM_FSEVENT_NO_RECURSION=0 LISTEN_GEM_SIMULATE_FSEVENT=0
# try without recursion on both OSX and Linux (simulated OSX)
- LISTEN_GEM_FSEVENT_NO_RECURSION=1 LISTEN_GEM_SIMULATE_FSEVENT=1
sudo: false

0 comments on commit 9281b11

Please sign in to comment.