Skip to content

Commit

Permalink
Added travis config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinJin committed Feb 8, 2017
1 parent ca4f592 commit 8d03ade
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -0,0 +1,13 @@
sudo: required

language: swift

services:
- docker

script:
- docker build -t jinw1990/iswift.linux:travis

deploy:
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- docker push jinw1990/iswift.linux:travis
5 changes: 5 additions & 0 deletions iSwiftKernel/kernel.json
@@ -0,0 +1,5 @@
{
"argv": ["/root/iSwift/.build/debug/iSwift", "-f", "{connection_file}"],
"display_name": "Swift",
"language": "swift"
}

0 comments on commit 8d03ade

Please sign in to comment.