Update line ending on some text files

This commit is contained in:
Yang Cao 2016-03-04 15:30:24 -05:00
Родитель 1791989a9f
Коммит f566b46549
2 изменённых файлов: 26 добавлений и 25 удалений

9
.gitignore поставляемый
Просмотреть файл

@ -1,4 +1,5 @@
# first line is a comment to avoid the byte-order-marker causing the first line to be ignored
.idea/
target/
*.iml
# first line is a comment to avoid the byte-order-marker causing the first line to be ignored
.idea/
target/
*.iml
.DS_Store

Просмотреть файл

@ -1,21 +1,21 @@
---
language: java
addons:
apt:
packages:
# http://packages.ubuntu.com/precise/ping
# Commented out inetutils-ping because it's not in the whitelist
# https://github.com/travis-ci/apt-package-whitelist/pull/966
#- inetutils-ping
# http://stackoverflow.com/questions/14694139/how-to-resolve-dependencies-between-modules-within-multi-module-project
install: mvn compile org.apache.maven.plugins:maven-dependency-plugin:2.10:go-offline --batch-mode --show-version
script:
# add our bin folder to the PATH so our fake ping will be picked up when running under Travis CI
# Inspiration: https://github.com/nono/cozy-desktop/commit/26ab9df277d1cbf781e9e476d022988ab0113154
- export PATH="bin:$PATH"
# We can't add '--offline' below because the dependency plugin misses some of the dependencies
- mvn clean verify --batch-mode
# https://docs.travis-ci.com/user/migrating-from-legacy/
sudo: false
jdk:
- openjdk6
---
language: java
addons:
apt:
packages:
# http://packages.ubuntu.com/precise/ping
# Commented out inetutils-ping because it's not in the whitelist
# https://github.com/travis-ci/apt-package-whitelist/pull/966
#- inetutils-ping
# http://stackoverflow.com/questions/14694139/how-to-resolve-dependencies-between-modules-within-multi-module-project
install: mvn compile org.apache.maven.plugins:maven-dependency-plugin:2.10:go-offline --batch-mode --show-version
script:
# add our bin folder to the PATH so our fake ping will be picked up when running under Travis CI
# Inspiration: https://github.com/nono/cozy-desktop/commit/26ab9df277d1cbf781e9e476d022988ab0113154
- export PATH="bin:$PATH"
# We can't add '--offline' below because the dependency plugin misses some of the dependencies
- mvn clean verify --batch-mode
# https://docs.travis-ci.com/user/migrating-from-legacy/
sudo: false
jdk:
- openjdk6