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.
1 parent 5d27143 commit 8bb0eb6Copy full SHA for 8bb0eb6
circle.yml
@@ -2,12 +2,12 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: circleci/build-image:ubuntu-14.04-XXL-upstart-1189-5614f37
6
- command: /sbin/init
+ - image: ubuntu:18.04
7
environment:
8
SOURCE_MAP_SUPPORT: false
9
working_directory: ~/go/src/github.com/gopherjs/gopherjs
10
steps:
+ - run: apt-get update && apt-get install -y curl git
11
- checkout
12
- run: git clone https://github.com/creationix/nvm $HOME/.nvm && cd $HOME/.nvm && git checkout v0.33.9 && echo 'export NVM_DIR="$HOME/.nvm"' >> $BASH_ENV && echo '[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"' >> $BASH_ENV
13
- run: nvm install 10.0.0 && nvm alias default 10.0.0
0 commit comments