Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 038d990

Browse files
committed
fix(travis): Don't run e2e tests with jQuery twice
The e2e tests were set up to be run twice; once with the latest supported jQuery and once with jQuery 2.1. However, the latest jQuery was used in both cases. The initial plan was to just run integration tests with the latest jQuery and leave regression testing for jQuery 2.1 to unit tests as they're way faster. This commit removes the jQuery 2.1 e2e tests entry.
1 parent ddad264 commit 038d990

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ env:
1919
- JOB=unit BROWSER_PROVIDER=saucelabs
2020
- JOB=docs-e2e BROWSER_PROVIDER=saucelabs
2121
- JOB=e2e TEST_TARGET=jqlite BROWSER_PROVIDER=saucelabs
22-
- JOB=e2e TEST_TARGET=jquery-2.1 BROWSER_PROVIDER=saucelabs
2322
- JOB=e2e TEST_TARGET=jquery BROWSER_PROVIDER=saucelabs
2423
global:
2524
- CXX=g++-4.8 # node 4 likes the G++ v4.8 compiler

0 commit comments

Comments
 (0)