Skip to content

Commit 942e710

Browse files
chore(jenkins): no longer integrate test with ng1.3
Only do version integration testings with ng 1.4, 1.5, 1.6, and snapshot.
1 parent 42b1f8b commit 942e710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test-versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# [CONFIG VALUES]
2222

2323
# Available Options are: 1.X, 1.X.X, 1.X.X-(beta|rc).X or snapshot
24-
VERSIONS=(1.3 1.4 1.5 1.6 snapshot)
24+
VERSIONS=(1.4 1.5 1.6 snapshot)
2525
BROWSERS="Chrome"
2626

2727
#

0 commit comments

Comments
 (0)