Skip to content

Commit

Permalink
dont use matrix since sauce limits number of browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Mar 5, 2014
1 parent 8b27411 commit a412825
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js: '0.10'
script:
- grunt karma:$TEST_TARGET
- grunt test:remote
before_script:
- npm install -g grunt-cli
- grunt
Expand All @@ -10,12 +10,6 @@ branches:
- master
- develop
- /^v\d+\.\d+\.\d+$/
matrix:
- TEST_TARGET=remote-mac
- TEST_TARGET=remote-windows
- TEST_TARGET=remote-linux
- TEST_TARGET=remote-mobile
- TEST_TARGET=remote-legacy
env:
global:
- secure: iaJMvPiY6yLSpzxXCDq0cXX+DhczaLrtYkEO0I2Y6AP+IGcVutoljJSbv5VN+JfE6j3jbQyiLJzeTt5mUHUaGbhsVhAnSV8oinkNIi1OsOcPRkUga7JACIL46Dm/n32yUJXzw9ARzsmg3yPUJ1ti/Qd2MLZttujnw5xAiZzPhNw=
Expand Down

0 comments on commit a412825

Please sign in to comment.