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

Commit 7103119

Browse files
committed
test: remove AngularJS 1.4 from test-versions.sh
"should assign bindings by $onInit for ES6 classes" fails on 1.4 add missing shebang Relates to #10977
1 parent 1e652e9 commit 7103119

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/test-versions.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
# The purpose of this file is to download
24
# assigned AngularJS source files and test
35
# them against this build of AngularJS Material.
@@ -21,7 +23,7 @@
2123
# [CONFIG VALUES]
2224

2325
# Available Options are: 1.X, 1.X.X, 1.X.X-(beta|rc).X or snapshot
24-
VERSIONS=(1.4 1.5 1.6 snapshot)
26+
VERSIONS=(1.5 1.6 snapshot)
2527
BROWSERS="Chrome"
2628

2729
#

0 commit comments

Comments
 (0)