Update travis deps to use ^ version indicator instead of ~.

This commit is contained in:
John-David Dalton
2014-05-01 09:29:01 -07:00
parent 5bd8319f99
commit d8a72fe797

View File

@@ -36,8 +36,8 @@ branches:
only:
- master
before_install:
- "[ $SAUCE_LABS == false ] || npm i chalk@\"~0.4.0\" ecstatic@\"~0.5.0\" request@\"~2.34.0\" sauce-tunnel-sc3-1@\"~1.0.0\""
- "[ $ISTANBUL == false ] || (npm i -g coveralls@\"~2.10.0\" && npm i istanbul@\"~0.2.0\")"
- "[ $SAUCE_LABS == false ] || npm i chalk@\"^0.4.0\" ecstatic@\"^0.5.0\" request@\"^2.34.0\" sauce-tunnel-sc3-1@\"^1.0.0\""
- "[ $ISTANBUL == false ] || (npm i -g coveralls@\"^2.10.0\" && npm i istanbul@\"^0.2.0\")"
- "[ $BIN != 'narwhal' ] || (wget http://lodash.com/_travis/narwhal-0.3.2.zip && sudo unzip narwhal-0.3.2 -d /opt/ && rm narwhal-0.3.2.zip)"
- "[ $BIN != 'narwhal' ] || (sudo ln -s /opt/narwhal-0.3.2/bin/narwhal /usr/local/bin/narwhal && sudo chmod +x /usr/local/bin/narwhal)"
- "[ $BIN != 'rhino' ] || (sudo mkdir /opt/rhino-1.7R5 && sudo wget -O /opt/rhino-1.7R5/js.jar http://lodash.com/_travis/rhino-1.7R5.jar)"