Skip to content

Commit 3be6556

Browse files
authored
Try node 8 for Travis (#112)
1 parent 1475025 commit 3be6556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ _autorest_install: &_autorest_install
1414
- git clone --recursive https://github.com/Azure/autorest.python.git
1515
- cd autorest.python
1616
- sudo apt-get install libunwind8-dev
17-
- nvm install 7
17+
- nvm install 8
1818
- npm install # Install test server pre-requisites
1919
jobs:
2020
include:

0 commit comments

Comments
 (0)