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 c246653 commit 8fd56dfCopy full SHA for 8fd56df
.travis.yml
@@ -1,15 +1,18 @@
1
language: node_js
2
-sudo: false
3
-node_js:
4
- - stable
+sudo: required
+dist: trusty
+node_js: stable
5
env:
6
- PATH=$HOME/purescript:$PATH
7
install:
8
- TAG=$(wget -q -O - https://github.com/purescript/purescript/releases/latest --server-response --max-redirect 0 2>&1 | sed -n -e 's/.*Location:.*tag\///p')
9
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
10
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
11
- chmod a+x $HOME/purescript
12
- - npm install bower
+ - npm install -g bower
13
- npm install
14
script:
15
- - npm run build
+ - bower install --production
16
+ - npm run -s build
17
+ - bower install
18
+ - npm -s test
0 commit comments