Skip to content

Commit 0979faa

Browse files
authored
esy 0.6.2 (#44)
1 parent 21b6641 commit 0979faa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ os:
55
- linux
66
- osx
77
install:
8-
- npm install --global esy@0.5.8
8+
- npm install --global esy@0.6.2
99
- esy install
1010
script:
1111
- esy build

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ RUN apt-get update \
44
&& DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs npm git rsync m4 curl zip \
55
&& rm -rf /var/lib/apt/lists/*
66

7-
RUN npm i -g esy@0.5.8
7+
RUN npm i -g esy@0.6.2

0 commit comments

Comments
 (0)