We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29caa3c + d9f0127 commit 00f2de7Copy full SHA for 00f2de7
.travis.yml
@@ -6,6 +6,10 @@ notifications:
6
node_js:
7
- "6"
8
9
+env:
10
+ - ANGULAR_VERSION=1.5.11
11
+ - ANGULAR_VERSION=1.6.5
12
+
13
before_install:
14
- export CHROME_BIN=/usr/bin/google-chrome
15
- export DISPLAY=:99.0
@@ -14,6 +18,9 @@ before_install:
18
- sudo apt-get install -y libappindicator1 fonts-liberation
19
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
16
20
- sudo dpkg -i google-chrome*.deb
21
+ - npm install -g json
22
+ - json -I -f package.json -e 'this.dependencies.angular="'$ANGULAR_VERSION'"'
23
+ - json -I -f bower.json -e 'this.dependencies.angular="'$ANGULAR_VERSION'"'
17
24
25
before_script:
26
- grunt connect:test:keepalive &
0 commit comments