Skip to content

Commit 8bb0eb6

Browse files
committed
CI: use ubuntu:18.04 image
This image is more standard and supported, unlike the previous CircleCI-specific one. Fixes #937
1 parent 5d27143 commit 8bb0eb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/build-image:ubuntu-14.04-XXL-upstart-1189-5614f37
6-
command: /sbin/init
5+
- image: ubuntu:18.04
76
environment:
87
SOURCE_MAP_SUPPORT: false
98
working_directory: ~/go/src/github.com/gopherjs/gopherjs
109
steps:
10+
- run: apt-get update && apt-get install -y curl git
1111
- checkout
1212
- 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
1313
- run: nvm install 10.0.0 && nvm alias default 10.0.0

0 commit comments

Comments
 (0)