mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 19:55:53 +03:00
initial testbed
This commit is contained in:
parent
ecafc30064
commit
469fe037e3
2
.travis.yml
Normal file
2
.travis.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
language: node_js # ish, mainly used as an entry point
|
||||||
|
before_install: cd .travis # keep main directory clear
|
1
.travis/.gitignore
vendored
Normal file
1
.travis/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
node_modules/
|
14
.travis/package.json
Normal file
14
.travis/package.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"name": "arvo-tests",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "Test harness for Urbit arvo distribution",
|
||||||
|
"main": "test.ls",
|
||||||
|
"scripts": {
|
||||||
|
"test": "lsc test.ls"
|
||||||
|
},
|
||||||
|
"author": "~fyr",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"livescript": "^1.5.0"
|
||||||
|
}
|
||||||
|
}
|
1
.travis/test.ls
Normal file
1
.travis/test.ls
Normal file
@ -0,0 +1 @@
|
|||||||
|
console.log "yo"
|
Loading…
Reference in New Issue
Block a user