AMD64
Ruby
Git
language: ruby
dist: xenial
group: edge
services:
- redis-server
env:
global:
- RACK_ENV=test
- COVERAGE=1
before_install:
- gem install bundler
- source example.env
script:
- bundle exec rake
api
{
"merge_mode": "deep_merge",
"env": {
"global": {
"CANARY_BUILD": "1",
"CANARY_CLOJURESCRIPT_VERSION": "1.10.590-6431e643",
"CANARY_CLOJURESCRIPT_REPO": "https://github.com/clojure/clojurescript.git",
"CANARY_CLOJURESCRIPT_REV": "6431e6435ad9fc85e766752f4d6939ff978db5a5",
"CANARY_CLOJURESCRIPT_JAR_URL": "https://github.com/cljs-oss/canary/releases/download/r1.10.590-6431e643/clojurescript-1.10.590-6431e643.jar",
"CANARY_TRAVIS_BUILD_URL": "https://travis-ci.org/cljs-oss/canary/builds/606664516"
}
}
}
chkup/re-frame:.travis.yml@4e5629a
dist: trusty
language: node_js
node_js:
- "8"
before_install:
- curl -sSL https://raw.githubusercontent.com/cljs-oss/canary/master/scripts/install-canary.sh | bash
script:
- npm install karma-cli -g
- npm install karma --save-dev
- npm install karma-cljs-test --save-dev
- npm install --save-dev karma-phantomjs-launcher
- lein karma-once
- karma start --single-run
Build Config
{
"os": [
"linux"
],
"env": {
"global": [
"RACK_ENV=test",
"COVERAGE=1"
]
},
"dist": "xenial",
"group": "edge",
"script": [
"bundle exec rake"
],
"language": "ruby",
"services": [
"redis-server"
],
"before_install": [
"gem install bundler",
"source example.env"
]
}