Skip to content

Commit

Permalink
Cleanup (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
sargunv committed Jun 16, 2016
1 parent 2ff4247 commit cb5448c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 80 deletions.
73 changes: 2 additions & 71 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,75 +1,6 @@
.kobalt
kobaltBuild


# Created by https://www.gitignore.io/api/intellij

### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm

*.iml

## Directory-based project format:
.idea/
# if you remove the above rule, at least ignore the following:

# User-specific stuff:
# .idea/workspace.xml
# .idea/tasks.xml
# .idea/dictionaries
# .idea/shelf

# Sensitive or high-churn files:
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml
# .idea/uiDesigner.xml

# Gradle:
# .idea/gradle.xml
# .idea/libraries

# Mongo Explorer plugin:
# .idea/mongoSettings.xml

## File-based project format:
*.ipr
*.iws

## Plugin-specific files:

# IntelliJ
/out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties


# Created by https://www.gitignore.io/api/gradle

### Gradle ###
.gradle
build/

# Ignore Gradle GUI config
gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

# Cache of project
.gradletasknamecache

# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties

lib/
.idea/
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@ jdk:

install: true

script: ./bin/kobaltw test --log 1
script: ./kobaltw test --log 1

branches:
only:
only:
- master

notifications:
email:
on_success: change
on_failure: change

cache:
directories:
- $HOME/.kobalt
2 changes: 0 additions & 2 deletions bin/kobaltw

This file was deleted.

1 change: 0 additions & 1 deletion kobalt/src/Build.kt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ val p = project {
compile("org.testng:testng:${Versions.testNg}")
compile("com.squareup.okhttp3:mockwebserver:${Versions.okHttp}")
compile("de.schlichtherle.truezip:truezip-file:${Versions.trueZip}")
compile("de.schlichtherle.truezip:truezip-driver-tar:${Versions.trueZip}")
compile("de.schlichtherle.truezip:truezip-driver-zip:${Versions.trueZip}")
}

Expand Down
1 change: 1 addition & 0 deletions kobaltw
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#!/usr/bin/env bash
java -jar $(dirname $0)/kobalt/wrapper/kobalt-wrapper.jar $*
File renamed without changes.

0 comments on commit cb5448c

Please sign in to comment.