Skip to content
This repository has been archived by the owner on Dec 6, 2018. It is now read-only.

Create .travis.yml #191

Merged
merged 5 commits into from
Jun 20, 2017
Merged

Create .travis.yml #191

merged 5 commits into from
Jun 20, 2017

Conversation

yvan-sraka
Copy link
Contributor

Fix issue #190

Copy link
Contributor

@lincolnfrog lincolnfrog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great! Thanks for doing this. One minor change and then we can merge.

package.json Outdated
@@ -33,7 +33,8 @@
"watch": "npm run _mkdir && watchify src/embed/main.js -v -d -o build/embed.js",
"watch-api": "npm run _mkdir && watchify --standalone VRView src/api/main.js -v -d -o build/vrview.js",
"build-three-closure": "npm run _mkdir && rollup -c src/third_party/three/rollup.config.js && java -jar src/third_party/three/closure-compiler-v20160713.jar --warning_level=VERBOSE --jscomp_off=globalThis --jscomp_off=checkTypes --externs src/third_party/three/externs.js --language_in=ECMASCRIPT5_STRICT --js build/three.js --js_output_file build/three.min.js",
"build-dms": "npm run _mkdir && uglifyjs scripts/js/device-motion-sender.js > build/device-motion-sender.min.js"
"build-dms": "npm run _mkdir && uglifyjs scripts/js/device-motion-sender.js > build/device-motion-sender.min.js",
"test": "npm run build && npm run build-api"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build also runs build-api, so we should make this just npm run build I think

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@lincolnfrog lincolnfrog merged commit a3a9306 into googlearchive:master Jun 20, 2017
@yvan-sraka yvan-sraka deleted the patch-1 branch June 21, 2017 13:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants