Skip to content

Commit

Permalink
esy 0.6.2 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt authored Feb 12, 2020
1 parent 21b6641 commit 0979faa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ os:
- linux
- osx
install:
- npm install --global esy@0.5.8
- npm install --global esy@0.6.2
- esy install
script:
- esy build
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs npm git rsync m4 curl zip \
&& rm -rf /var/lib/apt/lists/*

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

0 comments on commit 0979faa

Please sign in to comment.