Skip to content

Commit

Permalink
Fix travis .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Dec 9, 2019
1 parent fed495a commit d8a0a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,7 @@ before_install:
- cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
- ssh-keyscan -t rsa localhost >> ~/.ssh/known_hosts
- echo PATH=\"$(dirname "$(which python)"):\$PATH\" > ~/.bashrc.new
- echo . ~/.nvm/nvm.sh > ~/.bashrc.new
- echo . ~/.nvm/nvm.sh >> ~/.bashrc.new
- cat ~/.bashrc >> ~/.bashrc.new
- mv ~/.bashrc.new ~/.bashrc
- cat ~/.bashrc
Expand Down

0 comments on commit d8a0a7f

Please sign in to comment.