This website requires JavaScript.
Explore
Help
Sign In
embarklabs
/
embark
mirror of
https://github.com/embarklabs/embark.git
Watch
2
Star
0
Fork
You've already forked embark
0
Code
Issues
Projects
Releases
Wiki
Activity
9cd50c2031
embark
/
.travis.yml
11 lines
110 B
YAML
Raw
Normal View
History
Unescape
Escape
add test file
2016-10-22 22:28:08 +00:00
language
:
node_js
have travis run the tests on osx (macOS) in addition to linux
2018-09-21 16:31:09 +00:00
os
:
-
linux
-
osx
add test file
2016-10-22 22:28:08 +00:00
node_js
:
build(packaging): reorg sources for transpilation with Babel Allow for embark sources to be authored in TypeScript and/or JavaScript, and to make use of upcoming features of the JS language. Sources in the src/ directory are transpiled into the dist/ directory, and npm-scripts are provided to support and automate various aspect of the build process. Source map support is enabled at runtime, i.e. when invoking the embark cli and running embark's test suite.
2018-11-11 21:08:55 +00:00
-
"8"
-
"10"
update travis config
2017-12-14 15:12:14 +00:00
script
:
build(packaging): reorg sources for transpilation with Babel Allow for embark sources to be authored in TypeScript and/or JavaScript, and to make use of upcoming features of the JS language. Sources in the src/ directory are transpiled into the dist/ directory, and npm-scripts are provided to support and automate various aspect of the build process. Source map support is enabled at runtime, i.e. when invoking the embark cli and running embark's test suite.
2018-11-11 21:08:55 +00:00
-
npm run build:node
-
npm test