We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79553e5 commit e563cdbCopy full SHA for e563cdb
.travis.yml
@@ -2,6 +2,13 @@ language: bash
2
os: linux
3
dist: trusty
4
5
+git:
6
+ depth: 1
7
+ submodules: false
8
+
9
+before_install:
10
+ - git submodule update --init # no recursive update
11
12
cache:
13
directories:
14
- $HOME/astyle
package/build_boards_manager_package.sh
@@ -48,15 +48,6 @@ srcdir=$PWD
48
rm -rf package/versions/$ver
49
mkdir -p $outdir
50
51
-# Get submodules
52
-modules=libraries/SoftwareSerial
53
-for mod in $modules; do
54
- echo "refreshing submodule: $mod"
55
- git submodule update --init -- $mod
56
- (cd $mod && git reset --hard)
57
-done
58
-echo "done with submodules"
59
-
60
# Some files should be excluded from the package
61
cat << EOF > exclude.txt
62
.git
0 commit comments