Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion scripts/test-versions.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

# The purpose of this file is to download
# assigned AngularJS source files and test
# them against this build of AngularJS Material.
Expand All @@ -21,7 +23,7 @@
# [CONFIG VALUES]

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

#
Expand Down