We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d73fa commit d21fed2Copy full SHA for d21fed2
CHANGELOG.md
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
## [Unreleased]
8
### Added
9
- C++ functions for `assure`; `assert`s will run tests and continue, `assure`s will abort on failures
10
+- Missing dotfiles in the `DoSomething` project have been committed
11
12
### Changed
13
- `arduino_ci_remote.rb` doesn't attempt to set URLs if nothing needs to be downloaded
SampleProjects/DoSomething/.arduino-ci.yaml
@@ -0,0 +1,13 @@
1
+compile:
2
+ libraries: ~
3
+ platforms:
4
+ - uno
5
+ - due
6
+ - leonardo
+
+unittest:
SampleProjects/DoSomething/.travis.yml
@@ -0,0 +1,5 @@
+sudo: false
+language: ruby
+script:
+ - bundle install
+ - bundle exec arduino_ci_remote.rb
0 commit comments