Skip to content

Commit

Permalink
add the travis-ci configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
jcccn committed Aug 10, 2013
1 parent 2c1dd0c commit c207ed8
Show file tree
Hide file tree
Showing 4 changed files with 541 additions and 1,685 deletions.
21 changes: 18 additions & 3 deletions .gitignore
@@ -1,6 +1,21 @@
# Xcode
.DS_Store
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
profile
*.moved-aside
DerivedData
.idea/

Podfile.lock
Pods
**/Pods
Pods/
Podfile.lock
1 change: 1 addition & 0 deletions .travis.yml
@@ -0,0 +1 @@
language: objective-c

0 comments on commit c207ed8

Please sign in to comment.