diff --git a/.travis.yml b/.travis.yml index 93422f43..f84edb59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ before_install: - "sh -e /etc/init.d/xvfb start" - gem update --system - gem install compass - - "npm install -g grunt-cli bower" + - "npm install -g grunt-cli" - "make" branches: only: diff --git a/Makefile b/Makefile index 117b451b..049a6e49 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ .PHONY: build install: - bower install npm install ./node_modules/protractor/bin/webdriver-manager update diff --git a/package.json b/package.json index c2bff34a..b8898842 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "style-loader": "^0.12.2", "superagent": "^0.18.2", "textangular": "^1.3.11", - "ui-select": "angular-ui/ui-select#v0.12.0", + "ui-select": "angular-ui/ui-select#271bf6a03078587c5afdb05f61e826573a13d348", "underscore": "^1.8.3", "url-loader": "^0.5.5", "webpack": "^1.9.4",