Skip to content

Commit

Permalink
Merge pull request #3 from ef-ctx/solve_travis
Browse files Browse the repository at this point in the history
Solve travis
  • Loading branch information
JaimeBeneytez committed Dec 8, 2015
2 parents 1f3daf5 + 1c2f6ee commit abb4d45
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
18 changes: 9 additions & 9 deletions bin/systemcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ version_compare () {
# @param $1 detecteed version
# @param $2 dependency name
# @param $3 desired minimum version
version_require () {
version_compare $2 $3
if [[ $? == 1 ]]
then
echo >&2 "ERROR: '$1' version '$2' is old. Please update it to version '$3' or greater."
exit 1;
fi
}

# version_require () {
#version_compare $2 $3
#if [[ $? == 1 ]]
##then
#echo >&2 "ERROR: '$1' version '$2' is old. Please update it to version '$3' or greater."
#exit 1;
#fi
# }
#
# utilit fn, installs an npm package
#
# @param $1 pkg to install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
},
"devDependencies": {
"bower": "latest",
"bower": "~1.3.3",
"group-grunt-tasks": "~0.1.3",
"grunt": "~0.4.1",
"grunt-bump": "~0.0.11",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ describe('ngAutobahnConnectionPing', function () {
}));

beforeEach(inject(function () {
console.log('pingProvider spy', pingProvider);

spyOn(pingProvider, 'configure').and.callThrough();
}));

Expand Down

0 comments on commit abb4d45

Please sign in to comment.