Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
feat(tests): add current AngularJS 1.6 in test scopes
Browse files Browse the repository at this point in the history
Relates #1657
  • Loading branch information
knalli committed Feb 6, 2017
1 parent 0e197ce commit d8abdc5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ env:
- TEST_SCOPE=angular_1.3.x
- TEST_SCOPE=angular_1.4.x
- TEST_SCOPE=angular_1.5.x
- TEST_SCOPE=angular_1.6.x
26 changes: 26 additions & 0 deletions test_scopes/angular_1.6.x/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"author": "Pascal Precht",
"name": "angular-translate",
"description": "A translation module for AngularJS",
"version": "0.0.0",
"homepage": "http://github.com/angular-translate/angular-translate",
"ignore": [],
"repository": {
"type": "git",
"url": "git://github.com/angular-translate/angular-translate"
},
"devDependencies": {
"angular": "~1.6.0",
"angular-mocks": "~1.6.0",
"angular-cookies": "~1.6.0",
"angular-sanitize": "~1.6.0",
"messageformat": "~0.3.1"
},
"resolutions": {
"angular": "~1.6.0"
},
"licenses": [{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}]
}

0 comments on commit d8abdc5

Please sign in to comment.