Skip to content

Commit

Permalink
alias another way
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Apr 13, 2017
1 parent 0724f18 commit d297047
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,9 @@ cache:
directories:
- node_modules
before_script:
- alias google-chrome google-chrome-beta
- mkdir -p ~/bin
- ln -s /usr/bin/google-chrome-beta ~/bin/google-chrome
- export PATH=$HOME/bin:$PATH
- npm install -g bower gulp-cli@1
- bower install
- gulp lint
Expand Down

0 comments on commit d297047

Please sign in to comment.