This repository was archived by the owner on Jul 23, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +4395
-6
lines changed Expand file tree Collapse file tree 5 files changed +4395
-6
lines changed Original file line number Diff line number Diff line change
1
+ dist : trusty
2
+ sudo : required
1
3
language : node_js
2
- node_js : 8
4
+ node_js : 10
5
+
3
6
install :
4
7
- npm install
8
+
5
9
script :
6
10
- npx bower install
7
11
- npm -s test
12
+
8
13
# after_success:
9
14
# - >-
10
15
# test $TRAVIS_TAG &&
Original file line number Diff line number Diff line change 1
- all :
1
+ all : node_modules
2
2
purs compile src/* .purs ' ../../src/**/*.purs' ' ../../bower_components/purescript-*/src/**/*.purs'
3
3
purs bundle --module Basic output/* /* .js > output/bundle.js
4
4
echo ' module.exports = PS.Basic;' >> output/bundle.js
5
- node_modules/browserify/bin/cmd.js output/bundle.js index.js -o html/index.js
5
+ node_modules/.bin/browserify output/bundle.js index.js -o html/index.js
6
+
7
+ node_modules :
8
+ npm install
Original file line number Diff line number Diff line change 1
- all :
1
+ all : node_modules
2
2
purs compile src/* .purs ' ../../src/**/*.purs' ' ../../bower_components/purescript-*/src/**/*.purs'
3
3
purs bundle --module MultiAsync output/* /* .js > output/bundle.js
4
4
echo ' module.exports = PS.MultiAsync;' >> output/bundle.js
5
- node_modules/browserify/bin/cmd.js output/bundle.js index.js -o html/index.js
5
+ node_modules/.bin/browserify output/bundle.js index.js -o html/index.js
6
+
7
+ node_modules :
8
+ npm install
You can’t perform that action at this time.
0 commit comments