Skip to content

Commit 2ae5f00

Browse files
committed
Use correct version syntax in .travis.yml
1 parent af10a64 commit 2ae5f00

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
@@ -6,7 +6,7 @@ env:
66
- PSC_VERSION=0.8.0
77
- PSC_VERSION=0.7.6
88
install:
9-
- npm install purescript-$PSC_VERSION pulp bower -g
9+
- npm install purescript@${PSC_VERSION} pulp bower -g
1010
- bower update
1111
script:
1212
- pulp build

0 commit comments

Comments
 (0)